home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Encoding:
Text File  |  2004-07-08  |  29.2 KB  |  1,266 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 490
  3.   Top = 188
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Optionen'
  7.   ClientHeight = 394
  8.   ClientWidth = 416
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object pcPrefs: TPageControl
  25.     Left = 2
  26.     Top = 2
  27.     Width = 410
  28.     Height = 352
  29.     ActivePage = tsFileTypes
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     HotTrack = True
  37.     MultiLine = True
  38.     ParentFont = False
  39.     TabOrder = 0
  40.     OnChange = pcPrefsChange
  41.     object tsView: TTabSheet
  42.       Caption = 'tsView'
  43.       ImageIndex = 3
  44.       object gbGridSettings: TGroupBox
  45.         Left = 4
  46.         Top = 8
  47.         Width = 190
  48.         Height = 62
  49.         Caption = 'gbGridSettings'
  50.         TabOrder = 0
  51.         object cbRowSel: TCheckBox
  52.           Left = 16
  53.           Top = 18
  54.           Width = 137
  55.           Height = 17
  56.           Caption = 'cbRowSel'
  57.           TabOrder = 0
  58.         end
  59.         object cbGridLines: TCheckBox
  60.           Left = 16
  61.           Top = 38
  62.           Width = 137
  63.           Height = 17
  64.           Caption = 'cbGridLines'
  65.           TabOrder = 1
  66.         end
  67.       end
  68.       object gbMouseOptions: TGroupBox
  69.         Left = 198
  70.         Top = 74
  71.         Width = 203
  72.         Height = 113
  73.         Caption = 'gbMouseOptions'
  74.         TabOrder = 3
  75.         object cbSingleClick: TRadioButton
  76.           Left = 8
  77.           Top = 18
  78.           Width = 193
  79.           Height = 17
  80.           BiDiMode = bdLeftToRight
  81.           Caption = 'cbSingleClick'
  82.           ParentBiDiMode = False
  83.           TabOrder = 0
  84.           OnClick = cbSingleClickClick
  85.         end
  86.         object cbDblClick: TRadioButton
  87.           Left = 8
  88.           Top = 90
  89.           Width = 193
  90.           Height = 17
  91.           Caption = 'cbDblClick'
  92.           Checked = True
  93.           TabOrder = 3
  94.           TabStop = True
  95.           OnClick = cbDblClickClick
  96.         end
  97.         object cbAlwaysUnder: TCheckBox
  98.           Left = 16
  99.           Top = 60
  100.           Width = 185
  101.           Height = 17
  102.           Caption = 'cbAlwaysUnder'
  103.           TabOrder = 1
  104.         end
  105.         object cbMousePoint: TCheckBox
  106.           Left = 16
  107.           Top = 40
  108.           Width = 185
  109.           Height = 17
  110.           Caption = 'cbMousePoint'
  111.           TabOrder = 2
  112.         end
  113.       end
  114.       object gbStatusToolBar: TGroupBox
  115.         Left = 198
  116.         Top = 8
  117.         Width = 203
  118.         Height = 62
  119.         Caption = 'gbStatusToolBar'
  120.         TabOrder = 2
  121.         object cbViewToolbar: TCheckBox
  122.           Left = 16
  123.           Top = 18
  124.           Width = 161
  125.           Height = 17
  126.           Caption = 'cbViewToolbar'
  127.           TabOrder = 0
  128.         end
  129.         object cbViewStatusBar: TCheckBox
  130.           Left = 16
  131.           Top = 38
  132.           Width = 161
  133.           Height = 17
  134.           Caption = 'cbViewStatusBar'
  135.           TabOrder = 1
  136.         end
  137.       end
  138.       object gbListColumns: TGroupBox
  139.         Left = 4
  140.         Top = 74
  141.         Width = 189
  142.         Height = 205
  143.         Caption = 'gbListColumns'
  144.         TabOrder = 1
  145.         object cbZlName: TCheckBox
  146.           Left = 16
  147.           Top = 18
  148.           Width = 97
  149.           Height = 17
  150.           AllowGrayed = True
  151.           Caption = 'cbZlName'
  152.           Enabled = False
  153.           State = cbGrayed
  154.           TabOrder = 0
  155.         end
  156.         object cbZlSize: TCheckBox
  157.           Tag = 2
  158.           Left = 16
  159.           Top = 62
  160.           Width = 97
  161.           Height = 17
  162.           Caption = 'cbZlSize'
  163.           Checked = True
  164.           State = cbChecked
  165.           TabOrder = 2
  166.         end
  167.         object cbZlPacked: TCheckBox
  168.           Tag = 3
  169.           Left = 16
  170.           Top = 82
  171.           Width = 97
  172.           Height = 17
  173.           Caption = 'cbZlPacked'
  174.           Checked = True
  175.           State = cbChecked
  176.           TabOrder = 3
  177.         end
  178.         object cbZlRatio: TCheckBox
  179.           Tag = 4
  180.           Left = 16
  181.           Top = 102
  182.           Width = 97
  183.           Height = 17
  184.           Caption = 'cbZlRatio'
  185.           Checked = True
  186.           State = cbChecked
  187.           TabOrder = 4
  188.         end
  189.         object cbZlDate: TCheckBox
  190.           Tag = 5
  191.           Left = 16
  192.           Top = 122
  193.           Width = 97
  194.           Height = 17
  195.           Caption = 'cbZlDate'
  196.           Checked = True
  197.           State = cbChecked
  198.           TabOrder = 5
  199.         end
  200.         object cbZlCRC: TCheckBox
  201.           Tag = 6
  202.           Left = 16
  203.           Top = 142
  204.           Width = 97
  205.           Height = 17
  206.           Caption = 'cbZlCRC'
  207.           TabOrder = 6
  208.         end
  209.         object cbZlAttributes: TCheckBox
  210.           Tag = 7
  211.           Left = 16
  212.           Top = 162
  213.           Width = 97
  214.           Height = 17
  215.           Caption = 'cbZlAttributes'
  216.           TabOrder = 7
  217.         end
  218.         object cbZlPath: TCheckBox
  219.           Tag = 8
  220.           Left = 16
  221.           Top = 182
  222.           Width = 97
  223.           Height = 17
  224.           Caption = 'cbZlPath'
  225.           Checked = True
  226.           State = cbChecked
  227.           TabOrder = 8
  228.         end
  229.         object cbZlType: TCheckBox
  230.           Tag = 1
  231.           Left = 16
  232.           Top = 42
  233.           Width = 97
  234.           Height = 17
  235.           Caption = 'cbZlType'
  236.           TabOrder = 1
  237.         end
  238.         object btnZlDefaults: TButton
  239.           Left = 112
  240.           Top = 174
  241.           Width = 67
  242.           Height = 25
  243.           Caption = 'Defaults'
  244.           TabOrder = 9
  245.           Visible = False
  246.         end
  247.       end
  248.       object gbListLines: TGroupBox
  249.         Left = 198
  250.         Top = 191
  251.         Width = 203
  252.         Height = 42
  253.         Caption = 'gbListLines'
  254.         TabOrder = 4
  255.         object cbViewDirEntry: TCheckBox
  256.           Left = 16
  257.           Top = 18
  258.           Width = 161
  259.           Height = 17
  260.           Caption = 'cbViewDirEntry'
  261.           TabOrder = 0
  262.         end
  263.       end
  264.     end
  265.     object tsFolders: TTabSheet
  266.       Caption = 'tsFolders'
  267.       object gbTempFolder: TGroupBox
  268.         Left = 8
  269.         Top = 148
  270.         Width = 390
  271.         Height = 67
  272.         Caption = 'gbTempFolder'
  273.         Font.Charset = ANSI_CHARSET
  274.         Font.Color = clBlack
  275.         Font.Height = -11
  276.         Font.Name = 'MS Sans Serif'
  277.         Font.Style = []
  278.         ParentFont = False
  279.         TabOrder = 2
  280.         object rbDefaultTemp: TRadioButton
  281.           Left = 10
  282.           Top = 18
  283.           Width = 183
  284.           Height = 17
  285.           Caption = 'rbDefaultTemp'
  286.           Checked = True
  287.           TabOrder = 0
  288.           TabStop = True
  289.           OnClick = rbDefaultTempClick
  290.         end
  291.         object rbTempOther: TRadioButton
  292.           Left = 10
  293.           Top = 40
  294.           Width = 71
  295.           Height = 17
  296.           Caption = 'rbTempOther'
  297.           TabOrder = 1
  298.           OnClick = rbTempOtherClick
  299.         end
  300.         object oeTemp: TEdit
  301.           Left = 104
  302.           Top = 38
  303.           Width = 250
  304.           Height = 21
  305.           Enabled = False
  306.           TabOrder = 2
  307.         end
  308.         object btnTFBrowse: TButton
  309.           Left = 360
  310.           Top = 38
  311.           Width = 23
  312.           Height = 21
  313.           Caption = '...'
  314.           Enabled = False
  315.           TabOrder = 3
  316.           OnClick = btnTFBrowseClick
  317.         end
  318.       end
  319.       object gbOpenFolder: TGroupBox
  320.         Left = 8
  321.         Top = 4
  322.         Width = 390
  323.         Height = 67
  324.         Caption = 'gbOpenFolder'
  325.         Font.Charset = ANSI_CHARSET
  326.         Font.Color = clBlack
  327.         Font.Height = -11
  328.         Font.Name = 'MS Sans Serif'
  329.         Font.Style = []
  330.         ParentFont = False
  331.         TabOrder = 0
  332.         object rbLastDir: TRadioButton
  333.           Left = 16
  334.           Top = 18
  335.           Width = 161
  336.           Height = 17
  337.           Caption = 'rbLastDir'
  338.           Checked = True
  339.           Font.Charset = ANSI_CHARSET
  340.           Font.Color = clBlack
  341.           Font.Height = -11
  342.           Font.Name = 'MS Sans Serif'
  343.           Font.Style = []
  344.           ParentFont = False
  345.           TabOrder = 0
  346.           TabStop = True
  347.           OnClick = rbLastDirClick
  348.         end
  349.         object rbOpenOther: TRadioButton
  350.           Left = 16
  351.           Top = 40
  352.           Width = 81
  353.           Height = 17
  354.           Caption = 'rbOpenOther'
  355.           Font.Charset = ANSI_CHARSET
  356.           Font.Color = clBlack
  357.           Font.Height = -11
  358.           Font.Name = 'MS Sans Serif'
  359.           Font.Style = []
  360.           ParentFont = False
  361.           TabOrder = 1
  362.           OnClick = rbOpenOtherClick
  363.         end
  364.         object edOpenOther: TEdit
  365.           Left = 104
  366.           Top = 38
  367.           Width = 250
  368.           Height = 21
  369.           TabOrder = 2
  370.         end
  371.         object btnOFBrowse: TButton
  372.           Left = 360
  373.           Top = 38
  374.           Width = 23
  375.           Height = 21
  376.           Caption = '...'
  377.           Enabled = False
  378.           TabOrder = 3
  379.           OnClick = btnOFBrowseClick
  380.         end
  381.       end
  382.       object gbExtFolder: TGroupBox
  383.         Left = 8
  384.         Top = 76
  385.         Width = 390
  386.         Height = 67
  387.         Caption = 'gbExtFolder'
  388.         Font.Charset = ANSI_CHARSET
  389.         Font.Color = clBlack
  390.         Font.Height = -11
  391.         Font.Name = 'MS Sans Serif'
  392.         Font.Style = []
  393.         ParentFont = False
  394.         TabOrder = 1
  395.         object rbLastExtract: TRadioButton
  396.           Left = 16
  397.           Top = 18
  398.           Width = 161
  399.           Height = 17
  400.           Caption = 'rbLastExtract'
  401.           Checked = True
  402.           TabOrder = 0
  403.           TabStop = True
  404.           OnClick = rbLastExtractClick
  405.         end
  406.         object rbExtOther: TRadioButton
  407.           Left = 16
  408.           Top = 40
  409.           Width = 81
  410.           Height = 17
  411.           Caption = 'rbExtOther'
  412.           TabOrder = 1
  413.           OnClick = rbExtOtherClick
  414.         end
  415.         object edExtDir: TEdit
  416.           Left = 104
  417.           Top = 38
  418.           Width = 250
  419.           Height = 21
  420.           TabOrder = 2
  421.         end
  422.         object btnEFBrowse: TButton
  423.           Left = 360
  424.           Top = 38
  425.           Width = 23
  426.           Height = 21
  427.           Caption = '...'
  428.           Enabled = False
  429.           TabOrder = 3
  430.           OnClick = btnEFBrowseClick
  431.         end
  432.       end
  433.       object gbFavFolder: TGroupBox
  434.         Left = 8
  435.         Top = 220
  436.         Width = 390
  437.         Height = 49
  438.         Caption = 'gbFavFolder'
  439.         TabOrder = 3
  440.         object oeFavFolder: TEdit
  441.           Left = 10
  442.           Top = 18
  443.           Width = 335
  444.           Height = 21
  445.           TabOrder = 0
  446.         end
  447.         object btnFFBrowse: TButton
  448.           Left = 360
  449.           Top = 18
  450.           Width = 23
  451.           Height = 21
  452.           Caption = '...'
  453.           TabOrder = 1
  454.           OnClick = btnFFBrowseClick
  455.         end
  456.       end
  457.     end
  458.     object tsFileview: TTabSheet
  459.       Caption = 'tsFileview'
  460.       object gbViewProg: TGroupBox
  461.         Left = 4
  462.         Top = 0
  463.         Width = 397
  464.         Height = 97
  465.         Caption = 'gbViewProg'
  466.         TabOrder = 0
  467.         object rbNotepad: TRadioButton
  468.           Left = 8
  469.           Top = 22
  470.           Width = 113
  471.           Height = 17
  472.           Caption = 'rbNotepad'
  473.           Font.Charset = ANSI_CHARSET
  474.           Font.Color = clBlack
  475.           Font.Height = -11
  476.           Font.Name = 'MS Sans Serif'
  477.           Font.Style = []
  478.           ParentFont = False
  479.           TabOrder = 0
  480.           OnClick = HexClick
  481.         end
  482.         object rbViewOther: TRadioButton
  483.           Left = 8
  484.           Top = 44
  485.           Width = 97
  486.           Height = 17
  487.           Caption = 'rbViewOther'
  488.           Font.Charset = ANSI_CHARSET
  489.           Font.Color = clBlack
  490.           Font.Height = -11
  491.           Font.Name = 'MS Sans Serif'
  492.           Font.Style = []
  493.           ParentFont = False
  494.           TabOrder = 1
  495.           OnClick = rbViewOtherClick
  496.         end
  497.         object edViewOther: TEdit
  498.           Left = 24
  499.           Top = 60
  500.           Width = 337
  501.           Height = 21
  502.           TabOrder = 2
  503.         end
  504.         object btnViewBrowse: TButton
  505.           Left = 368
  506.           Top = 61
  507.           Width = 23
  508.           Height = 21
  509.           Caption = '...'
  510.           TabOrder = 3
  511.           OnClick = btnViewBrowseClick
  512.         end
  513.       end
  514.       object gbVirusScanner: TGroupBox
  515.         Left = 4
  516.         Top = 104
  517.         Width = 397
  518.         Height = 105
  519.         Caption = 'gbVirusScanner'
  520.         TabOrder = 1
  521.         object lVScanParameters: TLabel
  522.           Left = 8
  523.           Top = 56
  524.           Width = 87
  525.           Height = 13
  526.           Caption = 'lVScanParameters'
  527.         end
  528.         object cbVScanApp: TComboBox
  529.           Left = 8
  530.           Top = 24
  531.           Width = 337
  532.           Height = 21
  533.           ItemHeight = 13
  534.           TabOrder = 0
  535.           OnChange = cbVScanAppChange
  536.           Items.Strings = (
  537.             'scan95.exe'
  538.             'scan32.exe'
  539.             'navw32.exe'
  540.             'n32scanw.exe'
  541.             'navwnt.exe'
  542.             'scan.exe'
  543.             'tbscan.exe'
  544.             'f-prot.exe'
  545.             'avpm.exe'
  546.             'vet98.exe'
  547.             'nvcod.exe')
  548.         end
  549.         object btnVirusBrowse: TButton
  550.           Left = 352
  551.           Top = 24
  552.           Width = 23
  553.           Height = 21
  554.           Caption = '...'
  555.           TabOrder = 1
  556.           OnClick = btnVirusBrowseClick
  557.         end
  558.         object edVScanParameters: TComboBox
  559.           Left = 8
  560.           Top = 72
  561.           Width = 369
  562.           Height = 21
  563.           ItemHeight = 13
  564.           TabOrder = 2
  565.           Items.Strings = (
  566.             '"%s"')
  567.         end
  568.       end
  569.     end
  570.     object tsCompress: TTabSheet
  571.       Caption = 'tsCompress'
  572.       object gbDefaultCR: TGroupBox
  573.         Left = 4
  574.         Top = 4
  575.         Width = 397
  576.         Height = 189
  577.         Caption = 'gbDefaultCR'
  578.         TabOrder = 0
  579.         object lZipCR: TLabel
  580.           Left = 24
  581.           Top = 92
  582.           Width = 32
  583.           Height = 13
  584.           Caption = 'lZipCR'
  585.         end
  586.         object lCabCR: TLabel
  587.           Left = 216
  588.           Top = 92
  589.           Width = 32
  590.           Height = 13
  591.           Caption = 'Label1'
  592.         end
  593.         object lLhaCR: TLabel
  594.           Left = 24
  595.           Top = 138
  596.           Width = 32
  597.           Height = 13
  598.           Caption = 'Label1'
  599.         end
  600.         object lTarCR: TLabel
  601.           Left = 216
  602.           Top = 138
  603.           Width = 32
  604.           Height = 13
  605.           Caption = 'Label1'
  606.         end
  607.         object cbZipCR: TComboBox
  608.           Left = 24
  609.           Top = 108
  610.           Width = 169
  611.           Height = 21
  612.           Style = csDropDownList
  613.           ItemHeight = 13
  614.           TabOrder = 0
  615.           Items.Strings = (
  616.             '*'
  617.             '*'
  618.             '*'
  619.             '*')
  620.         end
  621.         object cbCabCR: TComboBox
  622.           Left = 216
  623.           Top = 108
  624.           Width = 169
  625.           Height = 21
  626.           Style = csDropDownList
  627.           ItemHeight = 13
  628.           TabOrder = 2
  629.           Items.Strings = (
  630.             '*'
  631.             '*'
  632.             '*'
  633.             '*')
  634.         end
  635.         object cbLhaCR: TComboBox
  636.           Left = 24
  637.           Top = 154
  638.           Width = 169
  639.           Height = 21
  640.           Style = csDropDownList
  641.           ItemHeight = 13
  642.           TabOrder = 1
  643.           Items.Strings = (
  644.             '*'
  645.             '*')
  646.         end
  647.         object cbTarCR: TComboBox
  648.           Left = 216
  649.           Top = 154
  650.           Width = 169
  651.           Height = 21
  652.           Style = csDropDownList
  653.           ItemHeight = 13
  654.           TabOrder = 3
  655.           Items.Strings = (
  656.             '*'
  657.             '*')
  658.         end
  659.         object rbSimpleCompLevel: TRadioButton
  660.           Left = 8
  661.           Top = 16
  662.           Width = 329
  663.           Height = 17
  664.           Caption = 'rbSimpleCompLevel'
  665.           TabOrder = 4
  666.           OnClick = rbSimpleCompLevelClick
  667.         end
  668.         object rbSpecialCompLevel: TRadioButton
  669.           Left = 8
  670.           Top = 72
  671.           Width = 321
  672.           Height = 17
  673.           Caption = 'rbSpecialCompLevel'
  674.           TabOrder = 5
  675.           OnClick = rbSpecialCompLevelClick
  676.         end
  677.         object cbSimpleCompLevel: TComboBox
  678.           Left = 24
  679.           Top = 40
  680.           Width = 169
  681.           Height = 21
  682.           Style = csDropDownList
  683.           ItemHeight = 13
  684.           TabOrder = 6
  685.           Items.Strings = (
  686.             '*'
  687.             '*'
  688.             '*'
  689.             '*')
  690.         end
  691.       end
  692.       object gbFastExt: TGroupBox
  693.         Left = 4
  694.         Top = 200
  695.         Width = 397
  696.         Height = 65
  697.         Caption = 'gbFastExt'
  698.         TabOrder = 1
  699.         object cbZipDirs: TCheckBox
  700.           Left = 8
  701.           Top = 18
  702.           Width = 193
  703.           Height = 17
  704.           Caption = 'cbZipDirs'
  705.           TabOrder = 0
  706.         end
  707.         object cbOverwrite: TCheckBox
  708.           Left = 216
  709.           Top = 16
  710.           Width = 169
  711.           Height = 17
  712.           Caption = 'cbOverwrite'
  713.           TabOrder = 1
  714.         end
  715.         object cbUpdate: TCheckBox
  716.           Left = 8
  717.           Top = 40
  718.           Width = 300
  719.           Height = 17
  720.           Caption = 'cbUpdate'
  721.           TabOrder = 2
  722.         end
  723.       end
  724.     end
  725.     object tsLanguage: TTabSheet
  726.       Caption = 'tsLanguage'
  727.       ImageIndex = 4
  728.       object gbLanguage: TGroupBox
  729.         Left = 4
  730.         Top = 8
  731.         Width = 389
  732.         Height = 100
  733.         Caption = 'gbLanguage'
  734.         TabOrder = 0
  735.         object lLanguageHelp: TLabel
  736.           Left = 8
  737.           Top = 20
  738.           Width = 377
  739.           Height = 41
  740.           AutoSize = False
  741.           Caption = 'lLanguageHelp'
  742.           WordWrap = True
  743.         end
  744.         object cbLanguages: TComboBox
  745.           Left = 8
  746.           Top = 66
  747.           Width = 185
  748.           Height = 21
  749.           Style = csDropDownList
  750.           ItemHeight = 0
  751.           TabOrder = 0
  752.           OnChange = cbLanguagesChange
  753.         end
  754.         object btnApply: TButton
  755.           Left = 200
  756.           Top = 64
  757.           Width = 75
  758.           Height = 25
  759.           Caption = 'btnApply'
  760.           Enabled = False
  761.           TabOrder = 1
  762.           OnClick = btnApplyClick
  763.         end
  764.         object btnGetMore: TButton
  765.           Left = 296
  766.           Top = 64
  767.           Width = 83
  768.           Height = 25
  769.           Caption = 'btnGetMore'
  770.           TabOrder = 2
  771.           OnClick = btnGetMoreClick
  772.         end
  773.       end
  774.     end
  775.     object tsFileTypes: TTabSheet
  776.       Caption = 'tsFileTypes'
  777.       ImageIndex = 6
  778.       object gbFileTypes: TGroupBox
  779.         Left = 4
  780.         Top = 8
  781.         Width = 397
  782.         Height = 281
  783.         Caption = 'gbFileTypes'
  784.         TabOrder = 0
  785.         object clbFiletypes: TCheckListBox
  786.           Left = 8
  787.           Top = 16
  788.           Width = 377
  789.           Height = 225
  790.           ItemHeight = 13
  791.           TabOrder = 0
  792.         end
  793.         object btnExtSelNone: TButton
  794.           Left = 184
  795.           Top = 248
  796.           Width = 99
  797.           Height = 25
  798.           Caption = 'btnExtSelNone'
  799.           TabOrder = 1
  800.           OnClick = btnExtSelNoneClick
  801.         end
  802.         object btnExtSelAll: TButton
  803.           Left = 288
  804.           Top = 248
  805.           Width = 97
  806.           Height = 25
  807.           Caption = 'btnExtSelAll'
  808.           TabOrder = 2
  809.           OnClick = btnExtSelAllClick
  810.         end
  811.       end
  812.     end
  813.     object tsShellExt: TTabSheet
  814.       Caption = 'tsShellExt'
  815.       ImageIndex = 7
  816.       object Panel1: TPanel
  817.         Left = 4
  818.         Top = 8
  819.         Width = 195
  820.         Height = 52
  821.         BevelInner = bvRaised
  822.         BevelOuter = bvLowered
  823.         TabOrder = 0
  824.         object cbUseSE: TCheckBox
  825.           Left = 8
  826.           Top = 8
  827.           Width = 180
  828.           Height = 17
  829.           Caption = 'cbUseSE'
  830.           TabOrder = 0
  831.         end
  832.         object cbUseDropHandler: TCheckBox
  833.           Left = 8
  834.           Top = 27
  835.           Width = 180
  836.           Height = 17
  837.           Caption = 'cbUseDropHandler'
  838.           Enabled = False
  839.           TabOrder = 1
  840.           Visible = False
  841.         end
  842.       end
  843.       object gbSEAddto: TGroupBox
  844.         Left = 4
  845.         Top = 64
  846.         Width = 395
  847.         Height = 62
  848.         Caption = 'gbSEAddto'
  849.         TabOrder = 2
  850.         object cbSEZip: TCheckBox
  851.           Left = 8
  852.           Top = 18
  853.           Width = 97
  854.           Height = 17
  855.           TabOrder = 0
  856.         end
  857.         object cbSEBh: TCheckBox
  858.           Left = 8
  859.           Top = 37
  860.           Width = 97
  861.           Height = 17
  862.           Caption = 'cbSEBh'
  863.           TabOrder = 1
  864.         end
  865.         object cbSECab: TCheckBox
  866.           Left = 136
  867.           Top = 18
  868.           Width = 97
  869.           Height = 17
  870.           Caption = 'cbSECab'
  871.           TabOrder = 2
  872.         end
  873.         object cbSELha: TCheckBox
  874.           Left = 136
  875.           Top = 37
  876.           Width = 97
  877.           Height = 17
  878.           Caption = 'cbSELha'
  879.           TabOrder = 3
  880.         end
  881.         object cbSETar: TCheckBox
  882.           Left = 264
  883.           Top = 37
  884.           Width = 97
  885.           Height = 17
  886.           Caption = 'cbSETar'
  887.           TabOrder = 5
  888.         end
  889.         object cbSEJar: TCheckBox
  890.           Left = 264
  891.           Top = 18
  892.           Width = 97
  893.           Height = 17
  894.           Caption = 'cbSEJar'
  895.           TabOrder = 4
  896.         end
  897.       end
  898.       object gbSEFunctions: TGroupBox
  899.         Left = 4
  900.         Top = 128
  901.         Width = 395
  902.         Height = 161
  903.         Caption = 'gbSEFunctions'
  904.         TabOrder = 3
  905.         object cbSEExtractHere: TCheckBox
  906.           Left = 8
  907.           Top = 20
  908.           Width = 180
  909.           Height = 17
  910.           Caption = 'cbSEExtractHere'
  911.           TabOrder = 0
  912.         end
  913.         object cbSEExtractTo: TCheckBox
  914.           Left = 8
  915.           Top = 49
  916.           Width = 180
  917.           Height = 17
  918.           Caption = 'cbSEExtractTo'
  919.           TabOrder = 1
  920.         end
  921.         object cbSEExtractToFolder: TCheckBox
  922.           Left = 8
  923.           Top = 78
  924.           Width = 180
  925.           Height = 17
  926.           Caption = 'cbSEExtractToFolder'
  927.           TabOrder = 2
  928.         end
  929.         object cbSECreateExe: TCheckBox
  930.           Left = 8
  931.           Top = 106
  932.           Width = 180
  933.           Height = 17
  934.           Caption = 'cbSECreateExe'
  935.           TabOrder = 3
  936.         end
  937.         object cbSEAddTo: TCheckBox
  938.           Left = 210
  939.           Top = 106
  940.           Width = 180
  941.           Height = 17
  942.           Caption = 'cbSEAddTo'
  943.           TabOrder = 7
  944.         end
  945.         object cbSEAdd: TCheckBox
  946.           Left = 210
  947.           Top = 78
  948.           Width = 180
  949.           Height = 17
  950.           Caption = 'cbSEAdd'
  951.           TabOrder = 6
  952.         end
  953.         object cbSEEmail: TCheckBox
  954.           Left = 8
  955.           Top = 135
  956.           Width = 180
  957.           Height = 17
  958.           Caption = 'cbSEEmail'
  959.           TabOrder = 4
  960.         end
  961.         object cbSETest: TCheckBox
  962.           Left = 210
  963.           Top = 20
  964.           Width = 180
  965.           Height = 17
  966.           Caption = 'cbSETest'
  967.           TabOrder = 5
  968.         end
  969.       end
  970.       object Panel2: TPanel
  971.         Left = 204
  972.         Top = 8
  973.         Width = 195
  974.         Height = 52
  975.         BevelInner = bvRaised
  976.         BevelOuter = bvLowered
  977.         TabOrder = 1
  978.         object cbCascaded: TCheckBox
  979.           Left = 8
  980.           Top = 8
  981.           Width = 180
  982.           Height = 17
  983.           Caption = 'cbCascaded'
  984.           TabOrder = 0
  985.         end
  986.         object cbShowIcon: TCheckBox
  987.           Left = 8
  988.           Top = 27
  989.           Width = 180
  990.           Height = 17
  991.           Caption = 'cbShowIcon'
  992.           TabOrder = 1
  993.         end
  994.       end
  995.     end
  996.     object tsAutoUpd: TTabSheet
  997.       Caption = 'tsAutoUpd'
  998.       ImageIndex = 8
  999.       object gbAutoUpd: TGroupBox
  1000.         Left = 4
  1001.         Top = 8
  1002.         Width = 397
  1003.         Height = 89
  1004.         Caption = 'gbAutoUpd'
  1005.         TabOrder = 0
  1006.         object rbNoAutoUpd: TRadioButton
  1007.           Left = 8
  1008.           Top = 16
  1009.           Width = 249
  1010.           Height = 17
  1011.           Caption = 'rbNoAutoUpd'
  1012.           Checked = True
  1013.           TabOrder = 0
  1014.           TabStop = True
  1015.         end
  1016.         object rbAutoUpd: TRadioButton
  1017.           Left = 8
  1018.           Top = 32
  1019.           Width = 249
  1020.           Height = 17
  1021.           Caption = 'rbAutoUpd'
  1022.           TabOrder = 1
  1023.         end
  1024.         object cbAUCheckPeriod: TComboBox
  1025.           Left = 24
  1026.           Top = 56
  1027.           Width = 193
  1028.           Height = 21
  1029.           Style = csDropDownList
  1030.           ItemHeight = 13
  1031.           TabOrder = 2
  1032.           Items.Strings = (
  1033.             '*'
  1034.             '*'
  1035.             '*')
  1036.         end
  1037.       end
  1038.       object btnCheckForUpdate: TButton
  1039.         Left = 248
  1040.         Top = 104
  1041.         Width = 152
  1042.         Height = 25
  1043.         Caption = 'btnCheckForUpdate'
  1044.         TabOrder = 1
  1045.         OnClick = btnCheckForUpdateClick
  1046.       end
  1047.       object gbAUOptions: TGroupBox
  1048.         Left = 4
  1049.         Top = 188
  1050.         Width = 397
  1051.         Height = 64
  1052.         Caption = 'gbAUOptions'
  1053.         TabOrder = 2
  1054.         Visible = False
  1055.         object lVersionSelect: TLabel
  1056.           Left = 8
  1057.           Top = 70
  1058.           Width = 67
  1059.           Height = 13
  1060.           Caption = 'lVersionSelect'
  1061.           Visible = False
  1062.         end
  1063.         object lAUProxy: TLabel
  1064.           Left = 8
  1065.           Top = 16
  1066.           Width = 43
  1067.           Height = 13
  1068.           Caption = 'lAUProxy'
  1069.         end
  1070.         object lAUProxyPort: TLabel
  1071.           Left = 296
  1072.           Top = 16
  1073.           Width = 62
  1074.           Height = 13
  1075.           Caption = 'lAUProxyPort'
  1076.         end
  1077.         object cbVersionSelect: TComboBox
  1078.           Left = 160
  1079.           Top = 66
  1080.           Width = 225
  1081.           Height = 21
  1082.           Style = csDropDownList
  1083.           ItemHeight = 0
  1084.           TabOrder = 0
  1085.           Visible = False
  1086.         end
  1087.         object edAUProxy: TEdit
  1088.           Left = 8
  1089.           Top = 32
  1090.           Width = 273
  1091.           Height = 21
  1092.           TabOrder = 1
  1093.         end
  1094.         object edAUProxyPort: TEdit
  1095.           Left = 296
  1096.           Top = 32
  1097.           Width = 73
  1098.           Height = 21
  1099.           TabOrder = 2
  1100.         end
  1101.       end
  1102.     end
  1103.     object tsMisc: TTabSheet
  1104.       Caption = 'tsMisc'
  1105.       ImageIndex = 8
  1106.       object pMisc: TPanel
  1107.         Left = 8
  1108.         Top = 8
  1109.         Width = 385
  1110.         Height = 289
  1111.         BevelInner = bvRaised
  1112.         BevelOuter = bvLowered
  1113.         TabOrder = 0
  1114.         object cbShowAddAfterCreate: TCheckBox
  1115.           Left = 8
  1116.           Top = 8
  1117.           Width = 369
  1118.           Height = 17
  1119.           Caption = 'cbShowAddAfterCreate'
  1120.           TabOrder = 0
  1121.         end
  1122.         object cbConvertArcKeepSource: TCheckBox
  1123.           Left = 8
  1124.           Top = 32
  1125.           Width = 369
  1126.           Height = 17
  1127.           Caption = 'cbConvertArcKeepSource'
  1128.           TabOrder = 1
  1129.         end
  1130.         object cbOpenNestedTar: TCheckBox
  1131.           Left = 8
  1132.           Top = 56
  1133.           Width = 369
  1134.           Height = 17
  1135.           Caption = 'cbOpenNestedTar'
  1136.           TabOrder = 2
  1137.         end
  1138.         object cbEnableASCIIConversion: TCheckBox
  1139.           Left = 8
  1140.           Top = 80
  1141.           Width = 369
  1142.           Height = 17
  1143.           Caption = 'cbEnableASCIIConversion'
  1144.           TabOrder = 3
  1145.         end
  1146.         object cbOverwriteTempFiles: TCheckBox
  1147.           Left = 8
  1148.           Top = 104
  1149.           Width = 361
  1150.           Height = 17
  1151.           Caption = 'cbOverwriteTempFiles'
  1152.           TabOrder = 4
  1153.         end
  1154.         object cbRemoveTempFiles: TCheckBox
  1155.           Left = 8
  1156.           Top = 128
  1157.           Width = 369
  1158.           Height = 17
  1159.           Caption = 'cbRemoveTempFiles'
  1160.           TabOrder = 5
  1161.         end
  1162.       end
  1163.     end
  1164.     object tsSettings: TTabSheet
  1165.       Caption = 'tsSettings'
  1166.       ImageIndex = 9
  1167.       object rbSettingsReg: TRadioGroup
  1168.         Left = 16
  1169.         Top = 24
  1170.         Width = 369
  1171.         Height = 81
  1172.         Items.Strings = (
  1173.           '*'
  1174.           '*')
  1175.         TabOrder = 2
  1176.       end
  1177.       object rbSettingsRegistry: TRadioButton
  1178.         Left = 8
  1179.         Top = 8
  1180.         Width = 345
  1181.         Height = 17
  1182.         Caption = 'rbSettingsRegistry'
  1183.         Checked = True
  1184.         TabOrder = 0
  1185.         TabStop = True
  1186.         OnClick = rbSettingsRegistryClick
  1187.       end
  1188.       object rgSettingsIni: TRadioGroup
  1189.         Left = 16
  1190.         Top = 128
  1191.         Width = 369
  1192.         Height = 105
  1193.         Items.Strings = (
  1194.           '*'
  1195.           '*'
  1196.           '*')
  1197.         TabOrder = 3
  1198.       end
  1199.       object rbSettingsIni: TRadioButton
  1200.         Left = 8
  1201.         Top = 105
  1202.         Width = 337
  1203.         Height = 23
  1204.         Caption = 'rbSettingsIni'
  1205.         TabOrder = 1
  1206.         OnClick = rbSettingsRegistryClick
  1207.       end
  1208.       object edSettingsIniLocation: TEdit
  1209.         Left = 136
  1210.         Top = 204
  1211.         Width = 217
  1212.         Height = 21
  1213.         TabOrder = 4
  1214.       end
  1215.       object btnSettingsIniLocation: TButton
  1216.         Left = 356
  1217.         Top = 202
  1218.         Width = 22
  1219.         Height = 25
  1220.         Caption = '...'
  1221.         TabOrder = 5
  1222.         OnClick = btnSettingsIniLocationClick
  1223.       end
  1224.     end
  1225.   end
  1226.   object btnCancel: TButton
  1227.     Left = 322
  1228.     Top = 361
  1229.     Width = 89
  1230.     Height = 25
  1231.     Anchors = [akRight, akBottom]
  1232.     Cancel = True
  1233.     Caption = 'Abbrechen'
  1234.     TabOrder = 2
  1235.     OnClick = btnCancelClick
  1236.   end
  1237.   object btnOk: TButton
  1238.     Left = 224
  1239.     Top = 361
  1240.     Width = 89
  1241.     Height = 25
  1242.     Anchors = [akRight, akBottom]
  1243.     Caption = 'OK'
  1244.     Default = True
  1245.     Font.Charset = ANSI_CHARSET
  1246.     Font.Color = clBlack
  1247.     Font.Height = -11
  1248.     Font.Name = 'MS Sans Serif'
  1249.     Font.Style = []
  1250.     ParentFont = False
  1251.     TabOrder = 1
  1252.     OnClick = btnOkClick
  1253.   end
  1254.   object OpenDialog1: TOpenDialog
  1255.     Filter = '*|*.exe'
  1256.     Left = 144
  1257.     Top = 360
  1258.   end
  1259.   object bdOptions: TdfsBrowseDirectoryDlg
  1260.     Options = [bfEditBox, bfNewDialogStyle, bfUseNewUI]
  1261.     ShowSelectionInStatus = True
  1262.     Left = 116
  1263.     Top = 360
  1264.   end
  1265. end
  1266.